HC: no need for green in scales
authorJakub Steiner <jimmac@gmail.com>
Thu, 30 Jul 2015 12:01:32 +0000 (14:01 +0200)
committerJakub Steiner <jimmac@gmail.com>
Thu, 30 Jul 2015 12:02:58 +0000 (14:02 +0200)
gtk/theme/HighContrast/_common.scss
gtk/theme/HighContrast/gtk.css

index e7ace0b09adf132e5afb9e645066ffb453328156..11a7becb98ebc1277162db7b349ce8d97f1c82cc 100644 (file)
@@ -1696,10 +1696,10 @@ GtkCheckButton.text-button, GtkRadioButton.text-button {
     box-shadow: inset 1px 1px transparentize(black, 0.9);
     &.highlight {
       border-color: $selected_borders_color;
-      background-color: $success_color;
+      background-color: $selected_bg_color;
       &:backdrop {
-         border-color: $selected_bg_color;
-         background-color: desaturate($success_color,100%);
+         border-color: $insensitive_fg_color;
+         background-color: $insensitive_fg_color;
          box-shadow: none;
       }
     }
index 3078d631c96ef634a30d3aa2f11a78ca37a80a47..a6989e997149e145490e013e62c1a67287cb30f2 100644 (file)
@@ -1923,12 +1923,12 @@ GtkCheckButton.text-button, GtkRadioButton.text-button {
     .scale.scale-has-marks-above.scale-has-marks-below.trough.highlight,
     .scale.vertical.scale-has-marks-above.scale-has-marks-below.trough.highlight {
       border-color: #000;
-      background-color: #73d216; }
+      background-color: #000; }
       .scale.trough.highlight:backdrop,
       .scale.scale-has-marks-above.scale-has-marks-below.trough.highlight:backdrop,
       .scale.vertical.scale-has-marks-above.scale-has-marks-below.trough.highlight:backdrop {
-        border-color: #000;
-        background-color: #747474;
+        border-color: #7f7f7f;
+        background-color: #7f7f7f;
         box-shadow: none; }
     .scale.trough:insensitive, .scale.trough.hilight:insensitive,
     .scale.scale-has-marks-above.scale-has-marks-below.trough:insensitive,